func runtime.bulkBarrierPreWrite

10 uses

	runtime (current package)
		mbarrier.go#L170: 		bulkBarrierPreWrite(uintptr(dst), uintptr(src), typ.PtrBytes, typ)
		mbarrier.go#L195: 	bulkBarrierPreWrite(uintptr(dst), 0, typ.PtrBytes, typ)
		mbarrier.go#L209: 	bulkBarrierPreWrite(uintptr(dst), uintptr(src), typ.PtrBytes, typ)
		mbarrier.go#L261: 		bulkBarrierPreWrite(uintptr(dst), uintptr(src), size, nil)
		mbarrier.go#L329: 		bulkBarrierPreWrite(uintptr(dstPtr), uintptr(srcPtr), pwsize, typ)
		mbarrier.go#L373: 		bulkBarrierPreWrite(uintptr(ptr), 0, typ.PtrBytes, typ)
		mbarrier.go#L398: 		bulkBarrierPreWrite(uintptr(ptr), 0, size, nil)
		mbarrier.go#L409: 		bulkBarrierPreWrite(uintptr(ptr), 0, size, typ)
		mbarrier.go#L431: 	bulkBarrierPreWrite(uintptr(ptr), 0, n, nil)
		mbitmap.go#L418: func bulkBarrierPreWrite(dst, src, size uintptr, typ *abi.Type) {